public abstract class ATn88Reader extends ATx88Reader
| Constructor and Description |
|---|
ATn88Reader(ATransport transport)
Create an instance of the ATn88Reader class.
|
ATn88Reader(int sessionId,
ATransport transport)
Create an instance of the ATn88Reader class.
|
| Modifier and Type | Method and Description |
|---|---|
NotifyMethod |
getAlertNotify()
Returns the alert Notify method of the instrument.
|
NotifyMethod |
getButtonNotify()
Returns the button Notify method of the equipment.
|
NotifyTimeType |
getButtonNotifyTime()
Returns the button's Notify hold time.
|
void |
setAlertNotify(NotifyMethod method)
Set the alert notify method for the device.
|
void |
setButtonNotify(NotifyMethod method)
Set the button Notify method of the device.
|
void |
setButtonNotifyTime(NotifyTimeType time)
Set the button's Notify hold time.
|
defaultParameter, destroy, getAutoOffTime, getAutoSaveMode, getBatteryState, getBuzzer, getDisplayOffTime, getOperationMode, getSerialNo, getStoredTagCount, getTime, getUseActionKey, initReader, loadStoredData, onActionChanged, onBatteryState, onEvent, onKeyEvent, onNotificationState, onOperationModeChanged, onStateChanged, onUsbChargerChanged, removeAllStoreadData, reset, saveStoredData, setAutoOffTime, setAutoSaveMode, setBuzzer, setDisplayOffTime, setOperationMode, setSerialNo, setTime, setUsbChargingPhone, setUseActionKey, sleep, sleep, wakeUp, wakeUpaddListener, checkError, clearListener, connect, disconnect, getAction, getAddress, getAutoConnect, getBarcode, getCheckInterval, getConnectType, getDeviceAttached, getDeviceName, getDeviceType, getLastError, getProtocol, getRfidHf, getRfidUhf, getSessionId, getState, getTransport, getVersion, getVersionHexa, listen, removeListener, resetError, setAction, setAddress, setAutoConnect, setCheckInterval, setDeviceName, setDeviceType, setLastError, toStringpublic ATn88Reader(ATransport transport)
transport - ATn88Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public ATn88Reader(int sessionId,
ATransport transport)
sessionId - A unique ID number for identifying instances to manage multiple instances.transport - ATn88Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public NotifyTimeType getButtonNotifyTime() throws ATException
ATEAReadergetButtonNotifyTime in class ATEAReaderATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public void setButtonNotifyTime(NotifyTimeType time) throws ATException
ATEAReadersetButtonNotifyTime in class ATEAReadertime - A NotifyTimeType enumeration that specifies the duration of the button's Notify retention.ATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public NotifyMethod getButtonNotify() throws ATException
ATEAReadergetButtonNotify in class ATEAReaderATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public void setButtonNotify(NotifyMethod method) throws ATException
ATEAReadersetButtonNotify in class ATEAReadermethod - The NotifyMethod enumeration that specifies the button Notify method.ATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public NotifyMethod getAlertNotify() throws ATException
ATEAReadergetAlertNotify in class ATEAReaderATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public void setAlertNotify(NotifyMethod method) throws ATException
ATEAReadersetAlertNotify in class ATEAReadermethod - Warning The NotifyMethod enumeration that specifies the Notify method.ATException - An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.